home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / upchk71f.zip / TCM.DOC < prev    next >
Text File  |  1997-01-10  |  2KB  |  39 lines

  1.      When registered, UpCheck can post your users a message if the
  2.      file fails, as well as being able to post you a notification
  3.      message as well if you wish.
  4.  
  5.      When a file fails, it reads in the appropriate *.TCM file
  6.      and posts it into your message base.  You can edit these files
  7.      to display whatever messages in whatever language you wish.
  8.  
  9.      BADRES.TCM         : File for bad GIF/JPG resolution
  10.      CONTENT.TCM        : File for invalid content (bad extensions)
  11.      DATE.TCM           : File for file too old
  12.      DUPE.TCM           : File for duplicate file
  13.      REPACK.TCM         : File for error repacking the archive
  14.      UNKNOWN.TCM        : File for unknown archive types
  15.      UNPACK.TCM         : File for unpack failure
  16.      VIRUS.TCM          : File for virus failure
  17.      RECEIPT.TCM        : Notification message for the Sysop
  18.  
  19.      Inside those files are metastrings that can be replaced with
  20.      data on the fly...
  21.  
  22.      %FILENAME%            : File processed
  23.      %USERNAME%            : User name
  24.      %REASON%           : Reason for failure
  25.      %DAYS%             : Days old that we allow
  26.      %OLDEST%           : Oldest file date
  27.      %NEWEST%           : Newest file date
  28.      %FILES%            : Files in the archive
  29.      %DUPEFILES%        : Duplicate files percentage
  30.      %DUPESIZE%            : Duplicate size percentage
  31.      %DESCLINE1%        : Description line 1
  32.      %DESCLINE2%        : Description line 2
  33.      %DESCLINE3%        : Description line 3
  34.      %DESCLINE4%        : Description line 4
  35.      %DESCLINE5%        : Description line 5
  36.      %FILESIZE%            : File size in bytes
  37.      %FILESIZEK%        : File size in kilobytes
  38.  
  39.